home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_MACROCMD / TFORM_MACROCMD.txt
Text File  |  2003-11-13  |  3KB  |  135 lines

  1. object Form_MacroCmd: TForm_MacroCmd
  2.   Left = 386
  3.   Top = 320
  4.   HelpContext = 530
  5.   ActiveControl = Combo_Cmd
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert special macro command'
  8.   ClientHeight = 245
  9.   ClientWidth = 297
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object GroupBox1: TGroupBox
  25.     Left = 5
  26.     Top = 0
  27.     Width = 286
  28.     Height = 136
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 10
  32.       Top = 10
  33.       Width = 82
  34.       Height = 13
  35.       Caption = '&Macro command:'
  36.       FocusControl = Combo_Cmd
  37.     end
  38.     object Label2: TLabel
  39.       Left = 10
  40.       Top = 55
  41.       Width = 56
  42.       Height = 13
  43.       Caption = '&Parameters:'
  44.       FocusControl = Edit_Params
  45.     end
  46.     object Label3: TLabel
  47.       Left = 10
  48.       Top = 95
  49.       Width = 35
  50.       Height = 13
  51.       Caption = 'Syntax:'
  52.     end
  53.     object LB_Syntax: TLabel
  54.       Left = 10
  55.       Top = 110
  56.       Width = 9
  57.       Height = 13
  58.       Caption = '...'
  59.       ParentShowHint = False
  60.       ShowAccelChar = False
  61.       ShowHint = True
  62.     end
  63.     object Combo_Cmd: TComboBox
  64.       Left = 10
  65.       Top = 25
  66.       Width = 266
  67.       Height = 21
  68.       Style = csDropDownList
  69.       DropDownCount = 12
  70.       ItemHeight = 13
  71.       Sorted = True
  72.       TabOrder = 0
  73.       OnClick = Combo_CmdClick
  74.     end
  75.     object Edit_Params: TEdit
  76.       Left = 10
  77.       Top = 70
  78.       Width = 266
  79.       Height = 21
  80.       TabOrder = 1
  81.     end
  82.   end
  83.   object Panel_Help: TPanel
  84.     Left = 5
  85.     Top = 140
  86.     Width = 286
  87.     Height = 66
  88.     BevelOuter = bvLowered
  89.     BorderWidth = 5
  90.     Color = clInfoBk
  91.     TabOrder = 1
  92.     object LB_Help: TLabel
  93.       Left = 6
  94.       Top = 6
  95.       Width = 274
  96.       Height = 54
  97.       Align = alClient
  98.       Caption = '(no help available)'
  99.       WordWrap = True
  100.     end
  101.   end
  102.   object Button_OK: TButton
  103.     Left = 15
  104.     Top = 215
  105.     Width = 75
  106.     Height = 25
  107.     Hint = 'Accept changes and close dialog box'
  108.     Caption = 'OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 2
  112.     OnClick = Button_OKClick
  113.   end
  114.   object Button_Cancel: TButton
  115.     Left = 95
  116.     Top = 215
  117.     Width = 75
  118.     Height = 25
  119.     Hint = 'Discard changes and close dialog box'
  120.     Caption = 'Cancel'
  121.     ModalResult = 2
  122.     TabOrder = 3
  123.     OnClick = Button_CancelClick
  124.   end
  125.   object Button_Help: TButton
  126.     Left = 175
  127.     Top = 215
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '&Help'
  131.     TabOrder = 4
  132.     OnClick = Button_HelpClick
  133.   end
  134. end
  135.